home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / magicnet / mNTr.exe / {app} / NewFeedBack.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  2005-05-03  |  3.0 KB  |  127 lines

  1. object Form1: TForm1
  2.   Left = 302
  3.   Top = 215
  4.   BorderStyle = bsDialog
  5.   Caption = 'You FeedBack'
  6.   ClientHeight = 430
  7.   ClientWidth = 437
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 5
  22.     Width = 403
  23.     Height = 96
  24.     Caption = 
  25.       'Would you like to uninstall our product?  Please help us make it' +
  26.       ' better by telling us the reasons for this decision.  Your sugge' +
  27.       'stions will be used to further improve this product.  The data w' +
  28.       'ill be transferred through HTTP protocol, so you don'#39't have to i' +
  29.       'nclude your name and e-mail address if you don'#39't want to.  If yo' +
  30.       'u don'#39't want to write anything, press Cancel.'
  31.     WordWrap = True
  32.   end
  33.   object Label2: TLabel
  34.     Left = 5
  35.     Top = 320
  36.     Width = 96
  37.     Height = 16
  38.     Caption = 'Name (optional)'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 229
  42.     Top = 320
  43.     Width = 97
  44.     Height = 16
  45.     Caption = 'E-mail (optional)'
  46.   end
  47.   object ElMemo1: TElMemo
  48.     Left = 5
  49.     Top = 128
  50.     Width = 426
  51.     Height = 177
  52.     Cursor = crIBeam
  53.     AlignBottom = False
  54.     BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  55.     FlatFocusedScrollBars = True
  56.     RightMargin = 1
  57.     BorderStyle = bsSingle
  58.     LineBorderActiveColor = clBlack
  59.     LineBorderInactiveColor = clBlack
  60.     MaxUndoLevel = 0
  61.     ScrollBars = ssBoth
  62.     VertScrollBarStyles.ActiveFlat = False
  63.     VertScrollBarStyles.ButtonSize = 20
  64.     VertScrollBarStyles.Width = 20
  65.     VertScrollBarStyles.OwnerDraw = False
  66.     HorzScrollBarStyles.ActiveFlat = False
  67.     HorzScrollBarStyles.ButtonSize = 20
  68.     HorzScrollBarStyles.Width = 20
  69.     HorzScrollBarStyles.OwnerDraw = False
  70.     Ctl3D = True
  71.     ParentCtl3D = False
  72.     TabOrder = 0
  73.   end
  74.   object Button1: TButton
  75.     Left = 5
  76.     Top = 387
  77.     Width = 200
  78.     Height = 28
  79.     Caption = 'Send'
  80.     TabOrder = 1
  81.     OnClick = Button1Click
  82.   end
  83.   object Button2: TButton
  84.     Left = 226
  85.     Top = 387
  86.     Width = 205
  87.     Height = 28
  88.     Caption = 'Cancel'
  89.     TabOrder = 2
  90.     OnClick = Button2Click
  91.   end
  92.   object ElEdit1: TElEdit
  93.     Left = 5
  94.     Top = 344
  95.     Width = 200
  96.     Height = 24
  97.     Cursor = crIBeam
  98.     BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  99.     RightMargin = 1
  100.     TopMargin = 2
  101.     BorderStyle = bsSingle
  102.     LineBorderActiveColor = clBlack
  103.     LineBorderInactiveColor = clBlack
  104.     MaxUndoLevel = 0
  105.     Ctl3D = True
  106.     ParentCtl3D = False
  107.     TabOrder = 3
  108.   end
  109.   object ElEdit2: TElEdit
  110.     Left = 226
  111.     Top = 345
  112.     Width = 205
  113.     Height = 24
  114.     Cursor = crIBeam
  115.     BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  116.     RightMargin = 1
  117.     TopMargin = 2
  118.     BorderStyle = bsSingle
  119.     LineBorderActiveColor = clBlack
  120.     LineBorderInactiveColor = clBlack
  121.     MaxUndoLevel = 0
  122.     Ctl3D = True
  123.     ParentCtl3D = False
  124.     TabOrder = 4
  125.   end
  126. end
  127.